From: Christian Tismer Date: Fri, 7 Jun 2024 12:57:14 +0000 (+0200) Subject: Do the transition to Python 3.13 X-Git-Tag: archive/raspbian/5.15.16-4+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=e6ceed4eb3c0c2af9027aa659780fb6e356a1f7c;p=pyside2.git Do the transition to Python 3.13 Task-number: PYSIDE-2751 Change-Id: I37b447148787e2923a58c091a5c8ac808d579bc0 Reviewed-by: Friedemann Kleint (cherry picked from commit ad18260e583a30505e42b04fd242c52ff36f735c) Gbp-Pq: Name Do-the-transition-to-Python-3.13.patch --- diff --git a/build_scripts/config.py b/build_scripts/config.py index fb27394..0e7f9fd 100644 --- a/build_scripts/config.py +++ b/build_scripts/config.py @@ -96,6 +96,7 @@ class Config(object): 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', ] self.setup_script_dir = None